MouseBorder SUB Action Establishes the limits of mouse movement on the screen. Syntax MouseBorder row1%, col1%, row2%, col 2% Remarks The MouseBorder procedure uses the following arguments. row1%, col1% ------------ An integer pair that specifies absolute screen row and column coordinates. row2%, col 2% ------------- An integer pair that specifies the lower-right corner coordinates of an area. MouseBorder is used in WINDOW.BAS to establish the limits of mouse movement when windows are moved or resized. Mouse movement is permitted only within the boundary described by the parameters of MouseBorder. See Also. WindowDo, MouseInit